Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/182 - Color Game/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/182 - Color Game/index.html
390 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Color Game</title>
<link rel="stylesheet" href="htt
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/182 - Color Game/readme.md
265 Views
0 Comments
# Color Game

The Color Will Blink You have Memories and Click The Game.
With Increasing Level The The number of Color blink wil
script.js /cody/swapnilsparsh/30DaysOfJavaScript/182 - Color Game/script.js
237 Views
0 Comments
$(document).ready(function() {

let round = 1;
let colors = [];
let counter = 1;
let counterSequence = 0;
let counterPlayer
style.css /cody/swapnilsparsh/30DaysOfJavaScript/182 - Color Game/style.css
193 Views
0 Comments
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

*:focus {
outline: 0;